home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _F678E5A4E3294F45915C5AECBE127E69 < prev    next >
Encoding:
Text File  |  2004-03-17  |  345 b   |  13 lines

  1.        tmu()
  2.        {
  3.             TexGen("world_from_projective")
  4.             TexMtxDirPosScale(1.0, 0.0, 0.0, 0, 0, 0, %waterscale, %waterscale, %waterscale)
  5.             texture()
  6.             {
  7.                 Image("WaterDeep_P.dds")
  8.                 filtering("linear_no_mip")
  9.                 addressfunc("wrap", "clamp", "clamp")
  10.  
  11.             }
  12.        }
  13.